projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f16db2
)
(term-default-fg-color):
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Aug 1997 18:54:49 +0000
(18:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Aug 1997 18:54:49 +0000
(18:54 +0000)
(term-default-bg-color): Default to nil.
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index b7930b704e70e536df34fb94067699f9515b86b0..141f874c285ce60ca38a3e86170460e5758881c5 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-696,8
+696,8
@@
Buffer local variable.")
(progn ,@body)
(error nil)))
-(defvar term-default-fg-color
"SkyBlue"
)
-(defvar term-default-bg-color
"LightBlue"
)
+(defvar term-default-fg-color
nil
)
+(defvar term-default-bg-color
nil
)
(when (fboundp 'make-face)
;;; --- Simple faces ---